home *** CD-ROM | disk | FTP | other *** search
- statusdict/jobname (FontPrint - printing double-byte font) put
- /fn (ThisIsTheFontNameThatMustBeMunged)def
- /Helvetica-Bold findfont 20 scalefont setfont
- 100 600 moveto fn show
- /Helvetica findfont 14 scalefont setfont
- 100 500 moveto (Double-byte font) show
- 100 400 moveto [
- (Little)
- (Medium)
- (Big)
- ] ThisIsThePrintSize dup 2 gt 1 index 0 lt or
- {(Bad Print Size)}{get}ifelse show
- clippath stroke showpage
-